TileServerOptions

Tile server options - baseUrl and similar properties

Constructors

Link copied to clipboard
open fun TileServerOptions(baseURL: String, uriSchemeAlias: String, sourceTemplate: String, sourceDomainName: String, @Nullable sourceVersionPrefix: String, styleTemplate: String, styleDomainName: String, @Nullable styleVersionPrefix: String, spritesTemplate: String, spritesDomainName: String, @Nullable spritesVersionPrefix: String, glyphsTemplate: String, glyphsDomainName: String, @Nullable glyphsVersionPrefix: String, tileTemplate: String, tileDomainName: String, @Nullable tileVersionPrefix: String, apiKeyParameterName: String, apiKeyRequired: Boolean, defaultStyle: String, defaultStyles: Array<DefaultStyle>)
Construct a new TileServerOptions given string arguments

Functions

Link copied to clipboard
open fun describeContents(): Int
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
Link copied to clipboard
Link copied to clipboard
open fun writeToParcel(@NonNull out: Parcel, flags: Int)
Flatten this object in to a Parcel.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var baseURL: String
Link copied to clipboard
Link copied to clipboard
Inner class responsible for recreating Parcels into objects.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard